3.1897 \(\int \left (\frac{x^2}{2}+\frac{x^3}{3}\right ) \, dx\)

Optimal. Leaf size=15 \[ \frac{x^4}{12}+\frac{x^3}{6} \]

[Out]

x^3/6 + x^4/12

_______________________________________________________________________________________

Rubi [A]  time = 0.00690587, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 0, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ \frac{x^4}{12}+\frac{x^3}{6} \]

Antiderivative was successfully verified.

[In]  Int[x^2/2 + x^3/3,x]

[Out]

x^3/6 + x^4/12

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.37991, size = 8, normalized size = 0.53 \[ \frac{x^{4}}{12} + \frac{x^{3}}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/2*x**2+1/3*x**3,x)

[Out]

x**4/12 + x**3/6

_______________________________________________________________________________________

Mathematica [A]  time = 0.0000518372, size = 15, normalized size = 1. \[ \frac{x^4}{12}+\frac{x^3}{6} \]

Antiderivative was successfully verified.

[In]  Integrate[x^2/2 + x^3/3,x]

[Out]

x^3/6 + x^4/12

_______________________________________________________________________________________

Maple [A]  time = 0.001, size = 12, normalized size = 0.8 \[{\frac{{x}^{3}}{6}}+{\frac{{x}^{4}}{12}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/2*x^2+1/3*x^3,x)

[Out]

1/6*x^3+1/12*x^4

_______________________________________________________________________________________

Maxima [A]  time = 1.32479, size = 15, normalized size = 1. \[ \frac{1}{12} \, x^{4} + \frac{1}{6} \, x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/3*x^3 + 1/2*x^2,x, algorithm="maxima")

[Out]

1/12*x^4 + 1/6*x^3

_______________________________________________________________________________________

Fricas [A]  time = 0.17437, size = 1, normalized size = 0.07 \[ \frac{1}{12} x^{4} + \frac{1}{6} x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/3*x^3 + 1/2*x^2,x, algorithm="fricas")

[Out]

1/12*x^4 + 1/6*x^3

_______________________________________________________________________________________

Sympy [A]  time = 0.029032, size = 8, normalized size = 0.53 \[ \frac{x^{4}}{12} + \frac{x^{3}}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/2*x**2+1/3*x**3,x)

[Out]

x**4/12 + x**3/6

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.244507, size = 15, normalized size = 1. \[ \frac{1}{12} \, x^{4} + \frac{1}{6} \, x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/3*x^3 + 1/2*x^2,x, algorithm="giac")

[Out]

1/12*x^4 + 1/6*x^3